home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr14 / angband.zip / ANGBAND.CNF next >
Text File  |  1993-04-11  |  3KB  |  79 lines

  1. # Configuration file for PC MORIA 5.x
  2. # Also for PC Angband
  3. #
  4. # All lines that have the # character as the first character are
  5. # comment lines.  Blank lines are totally ignored.
  6.  
  7.  
  8.  
  9. ##################################################################
  10. ###                  Configuration                             ###
  11. ##################################################################
  12.  
  13. # MORIA is very easy to configure.  The biggest problem is that there
  14. # is not enough room on a single 360K floppy disk to hold the DOS
  15. # DOS system files, MORIA.EXE (about 340K) and a MORIA save file
  16. # (about 80K or so).  Below are a few methods for configuring MORIA
  17. # depending on your disk storage.  Once you decide which method to
  18. # use, follow the instructions then remove the comment character ('#')
  19. # from the beginning of the lines that start with 'SAVE' and 'SCORE'.
  20. # Only remove the '#' from 1 pair of lines.
  21.  
  22.  
  23.  
  24. #################### 1 hard disk systems #########################
  25. #
  26. # Create a C:\games subdirectory on your hard disk and put C:\games
  27. # on your PATH.  Copy MORIA.EXE and MORIA.CNF to C:\games.
  28. #
  29. # If you use a different path, you must change this line...
  30. SAVE c:\games\angband\angband.sav;n
  31. #SCORE c:\games\colmoria\moria.scr
  32.  
  33.  
  34. #################### 2 360K floppy disk systems ##################
  35. #
  36. # Format /s a floppy disk and copy MORIA.CNF to it.   Format (no /s)
  37. # a second floppy disk and copy MORIA.EXE to it.  When you want to play
  38. # MORIA, put the first diskette in drive A, the second in drive B and
  39. # type B:MORIA
  40. #
  41. #SAVE a:\moria.sav
  42. #SCORE a:\moria.scr
  43.  
  44.  
  45. #################### 1 high density floppy disk systems ##########
  46. #
  47. # Format /s 1 high-density diskette and copy MORIA.CNF and MORIA.EXE
  48. # to it.
  49. #
  50. #SAVE a:\moria.sav
  51. #SCORE a:\moria.scr
  52.  
  53.  
  54.  
  55.  
  56. ##################################################################
  57. ###                  Other OPTIONS                             ###
  58. ##################################################################
  59.  
  60. # These graphics characters are a solid box and a centered dot
  61. GRAPHICS 177 249
  62.  
  63. # IBMbios option enables the numeric keypad.  Possibly unusable
  64. # on a non-IBM clone.
  65. IBMBIOS
  66.  
  67. # Rawio makes output somewhat faster and allows ^P (control P) to
  68. # be used for the "previous message" MORIA command.  Cannot be
  69. # used on a Dec Rainbow.
  70. RAWIO
  71.  
  72. # Being used to LARN and HACK, I prefer the ROGUE-like interface
  73. KEYBOARD ROGUE
  74.  
  75. # It is possible to have MORIA output ANSI sequences, rather than
  76. # use BIOS calls.  This "ANSI" option is required for Dec Rainbows
  77. # and other computers that are not IBM BIOS compatible.
  78. #ANSI
  79.